Authentication authentication = SecurityContextHolder.getContext().getAuthentication(); // Get user name authentication.getName() Code language: JavaScript (javascript)